Add xm resume to the commands list.
authorEwan Mellor <ewan@xensource.com>
Mon, 27 Nov 2006 14:45:44 +0000 (14:45 +0000)
committerEwan Mellor <ewan@xensource.com>
Mon, 27 Nov 2006 14:45:44 +0000 (14:45 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xm/main.py

index 8c2bb14ffa54d831af59de5a6e6278e1fc85de2f..0b3c053852d8a670fe4c94ee25e8f741e36ef7d7 100644 (file)
@@ -1428,6 +1428,7 @@ commands = {
     "reboot": xm_reboot,    
     "rename": xm_rename,
     "restore": xm_restore,
+    "resume": xm_resume,
     "save": xm_save,
     "shutdown": xm_shutdown,
     "start": xm_start,